home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / amac44a.zip / BUFF.ALL < prev    next >
Text File  |  1991-09-09  |  2KB  |  44 lines

  1. 1
  2. *                               BUFF12.QM
  3. *     Access Scratch Buffers with the Previous Buffer Name at Prompt
  4. *     Save and Reload Currently Loaded Buffers at Next Edit Session■
  5. 2
  6. *     These macros access and manipulate Scratch Buffers the same way
  7. *     StoreScrBuff, GetScrBuff and AppendScrBuff do except the last
  8. *     accessed buffer name is entered at the buffer name prompt when
  9. *     macros @1 - @4 are invoked.
  10. 3
  11. *     ───────────────────── Buffer Name at Prompt ──────────────────
  12. *     @(1) - STORE or Copy Marked Block
  13. *     @(2) - GET or Insert Buffer Contents
  14. *     @(3) - APPEND Marked Block
  15. *     @(4) - Remove Buffer Contents
  16. *
  17. *     ─────────────── Contents Selected From a PickList ────────────
  18. *     @(7) - GET or Insert Buffer Contents
  19. *     @(8) - Remove Buffer Contents
  20. *
  21. *     @(6) - View Contents of All Currently Loaded Buffers
  22. *     @(9) - Save Contents of All Currently Loaded Buffers
  23. *     @(0) - Load Buffers From Previous Edit Session■
  24. 4
  25. *--- eoi
  26. a
  27. *     Macros @1 - @6 will work with line, character or column blocks,
  28. *     however macros @7 -@0 will ONLY work with line or character
  29. *     blocks, NO column blocks.■
  30. .
  31. *     The editor will prompt for the name of the Scratch Buffer.  The
  32. *     macro enters the name of the last accessed buffer name invoked on
  33. *     the 'Request for Buffer Name Prompt' line.  If no buffer has been
  34. *     previously named with these macros, the 'Buffer Name Prompt' is
  35. *     blank for user entry.  The previously named buffer may be
  36. *     overwritten or selected by hitting <enter>.  If no buffer name is
  37. *     entered at the 'Request for Buffer Name Prompt', the macro uses
  38. *     the scratch buffer name dot '.'
  39.  
  40.  
  41.